github.com/gotd/td/transport.wrappedConn.RemoteAddr (method, view implemented interface methods)
17 uses
crypto/tls
conn.go#L135: return c.conn.RemoteAddr()
handshake_client.go#L1117: return c.conn.RemoteAddr().String()
net
net.go#L128: RemoteAddr() Addr
net/http
h2_bundle.go#L4222: remoteAddrStr: c.RemoteAddr().String(),
h2_bundle.go#L4711: sc.vlogf("http2: server connection from %v on %p", sc.conn.RemoteAddr(), sc.hs)
h2_bundle.go#L4732: sc.condlogf(err, "http2: server: error reading preface from client %v: %v", sc.conn.RemoteAddr(), err)
h2_bundle.go#L4791: sc.logf("timeout waiting for SETTINGS frames from %v", sc.conn.RemoteAddr())
h2_bundle.go#L4797: sc.vlogf("GOAWAY close timer fired; closing conn from %v", sc.conn.RemoteAddr())
h2_bundle.go#L4896: sc.vlogf("http2: server: client %v said hello", sc.conn.RemoteAddr())
h2_bundle.go#L5309: sc.logf("http2: server connection error from %v: %v", sc.conn.RemoteAddr(), ev)
h2_bundle.go#L5314: sc.vlogf("http2: server closing client connection; error reading frame from client %s: %v", sc.conn.RemoteAddr(), err)
h2_bundle.go#L6187: sc.logf("http2: panic serving %v: %v\n%s", sc.conn.RemoteAddr(), e, buf)
h2_bundle.go#L7844: t.vlogf("http2: Transport creating client conn %p to %v", cc, c.RemoteAddr())
server.go#L1859: if ra := c.rwc.RemoteAddr(); ra != nil {
server.go#L1900: c.server.logf("http: TLS handshake error from %s: %v", c.rwc.RemoteAddr(), err)
transport.go#L1647: d := socksNewDialer("tcp", conn.RemoteAddr().String())
nhooyr.io/websocket
netconn_notjs.go#L10: return unc.RemoteAddr()
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |